SftTree/NET 2.0

Columns Property, RightPane Class

Softel vdm, Inc.

Returns the number of columns displayed in the right pane.

Syntax      RightPane Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property Columns As Integer

C#   

public int Columns { get; }

C++   

public: property int Columns {
        int get();
}

Property Value

The number of columns displayed in the right pane.

Comments

The Columns property returns the number of columns displayed in the right pane.

By defining the number of columns in the left pane using the Splitter.Left.Columns property, the total number of columns in the right pane is automatically updated.

The total number of columns available in a tree control is defined using the Columns.Count property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com